Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid}/settings \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"organisation": 3,
"domain": "example.com",
"display_name": "",
"label": null,
"tier": 3,
"config": {
"rss_feed": "",
"contextual": true,
"pcd": false,
"global_css": ".ci-ymal{color:#000;font-size:.7em!important;line-height:22px!important;pointer-events:none;text-align:center"
},
"date_added": "2023-07-13 15:21:09",
"status": 1,
"status_app": 0,
"tag_version": "master.49855096",
"target_branch": "master",
"iabCategories": "IAB20,IAB20-3",
"approved": true,
"logo": null,
"logo_dark": null,
"o&o": null,
"custom_kv": {
"ci_page_path": "window.location.pathname",
"ci_page_id": "window?.REBELMOUSE_BOOTSTRAP_DATA?.post?.id",
"segment": "window?.cXsegmentIds"
},
"beta": false,
"deploy_freeze": {
"start": null,
"end": null
},
"approval_status": 1,
"third_party_adstxt": "",
"third_party_app_adstxt": ""
},
"success": true
}Fetches all the publisher level settings for the given publisher
curl --request GET \
--url https://api.tagdeliver.com/v1/tag/{uid}/settings \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"organisation": 3,
"domain": "example.com",
"display_name": "",
"label": null,
"tier": 3,
"config": {
"rss_feed": "",
"contextual": true,
"pcd": false,
"global_css": ".ci-ymal{color:#000;font-size:.7em!important;line-height:22px!important;pointer-events:none;text-align:center"
},
"date_added": "2023-07-13 15:21:09",
"status": 1,
"status_app": 0,
"tag_version": "master.49855096",
"target_branch": "master",
"iabCategories": "IAB20,IAB20-3",
"approved": true,
"logo": null,
"logo_dark": null,
"o&o": null,
"custom_kv": {
"ci_page_path": "window.location.pathname",
"ci_page_id": "window?.REBELMOUSE_BOOTSTRAP_DATA?.post?.id",
"segment": "window?.cXsegmentIds"
},
"beta": false,
"deploy_freeze": {
"start": null,
"end": null
},
"approval_status": 1,
"third_party_adstxt": "",
"third_party_app_adstxt": ""
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?